home *** CD-ROM | disk | FTP | other *** search
- /* DrawPoly.h generated from DrawPoly.psw
- by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
- */
-
- #ifndef DRAWPOLY_H
- #define DRAWPOLY_H
-
- extern void DrawPoly3(float x1, float y1, float x2, float y2, float x3, float y3);
-
- extern void DrawPoly3s(float x1, float y1, float x2, float y2, float x3, float y3, float gray);
-
- extern void DrawPoly4(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4);
-
- extern void DrawPoly4s(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float gray);
-
- #endif DRAWPOLY_H
-